home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 102 / CD-ROM 102.iso / aplic / 2sync / 2SyncSetup.exe / modules / mc / panel / scripts / DefineButton2_72 / BUTTONCONDACTION on(press).as next >
Encoding:
Text File  |  2002-03-20  |  355 b   |  13 lines

  1. on(press){
  2.    set("_level40/sound/lib:sound","205");
  3.    call("_level40/sound/lib:play");
  4.    set("../:telClicked",localPhoneType);
  5.    setProperty("../phoneTypePopup", _visible, "1");
  6.    setProperty("../phoneTypePopup", _X, _X);
  7.    setProperty("../phoneTypePopup", _Y, _Y - "20");
  8.    tellTarget("_level50")
  9.    {
  10.       gotoAndStop("off");
  11.    }
  12. }
  13.